home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTStartup.pas' rev: 3.00
-
- #ifndef AHMTStartupHPP
- #define AHMTStartupHPP
- #include <AHMSystem.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtstartup
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMStartup;
- class PASCALIMPLEMENTATION TAHMStartup : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- System::AnsiString FUniqueName;
- bool FAutoStartup;
- void __fastcall SetUniqueName(System::AnsiString Value);
- void __fastcall SetAutoStartup(bool Value);
-
- protected:
- bool __fastcall InstallApp(bool Value);
-
- public:
- __fastcall virtual TAHMStartup(Classes::TComponent* AOwner);
- __fastcall virtual ~TAHMStartup(void);
- virtual void __fastcall Loaded(void);
-
- __published:
- __property System::AnsiString UniqueName = {read=FUniqueName, write=SetUniqueName};
- __property bool AutoStartup = {read=FAutoStartup, write=SetAutoStartup, stored=true, nodefault};
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtstartup */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtstartup;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTStartup
-